Configurates
C1.Web.Mvc.MenuBase<T>.IsButton. Sets a value that determines whether menu should act as a split button instead of a regular menu.
Syntax
'Declaration
Public Function IsButton( _
ByVal As Boolean _
) As TBuilder
public TBuilder IsButton(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also